stubdoms: generate stubdom config file
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Apr 2009 09:08:04 +0000 (10:08 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Apr 2009 09:08:04 +0000 (10:08 +0100)
commitda27f6d8b7134ce4c1fb7af186a2e11d49af6ac7
tree520ff59175a404d363b9a408bb782700981caf54
parent575479154ddde1baea4d75f0f6292a33d56b3612
stubdoms: generate stubdom config file

This patch removes the need for a second configuration file for
stubdoms: it is going to be automatically generated by the script
stubdom-dm using command line options and xenstore to find any needed
information.
The configuration script will be placed under /etc/xen/stubdoms and
automatically removed when the domain is destroyed.
The only change needed in xend is not to write on xenstore sdl,
opengl and serial command line options for qemu, because stubdoms do
not support them.
It is safe to remove those two options from xenstore because qemu does
not use xenstore to read commans line options.
Finally this patch fixes blkfront disconnections from backends and
display and xauthority variables for pv guests.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
extras/mini-os/blkfront.c
stubdom/stubdom-dm
tools/python/xen/xend/image.py